1. /* sdmdfigs.cpp by K.Tsuru */
  2. // function ID = 309 DRADIX
  3. /******************************************************
  4. SDouble class
  5. It returns the number of figures in the decimal system.
  6. ******************************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. long SDouble::DFigures() const{
  11. if( !Sign(309) ) return 0;
  12. return (long)iFigures(figure(aTail)) + (long)(aHead-aTail)*(long)DFIGURES;
  13. }

sdmdfigs.cpp : last modifiled at 2016/09/04 14:21:40(430 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).